core: INCOMPATIBLE CHANGE: Name repo files with their type (e.g. .dirmeta)
authorColin Walters <walters@verbum.org>
Fri, 9 Dec 2011 17:40:41 +0000 (12:40 -0500)
committerColin Walters <walters@verbum.org>
Mon, 12 Dec 2011 17:29:09 +0000 (12:29 -0500)
commitb8e8b58585862a5358b5d924ecb2cc921df831c0
tree74b03669615c1733906029d3006c9e17500101ff
parentdb9b7b7be6d45d628bed60ce96b51bc3768b2702
core: INCOMPATIBLE CHANGE: Name repo files with their type (e.g. .dirmeta)

This makes inspection easier.  Internally the code gets simpler because
metadata and files are more unified; there is just one object type.
13 files changed:
src/libostree/ostree-core.c
src/libostree/ostree-core.h
src/libostree/ostree-repo-file.c
src/libostree/ostree-repo.c
src/libostree/ostree-repo.h
src/libotutil/ot-gio-utils.c
src/libotutil/ot-gio-utils.h
src/ostree/ostree-pull.c
src/ostree/ot-builtin-checksum.c
src/ostree/ot-builtin-fsck.c
src/ostree/ot-builtin-init.c
src/ostree/ot-builtin-log.c
src/ostree/ot-builtin-show.c